JAMS Developer Guide
GetChildProperties(Object,Attribute[]) Method


MVPSI.JAMS.Activities.PowerShell Namespace > PSWrapperPropertyDescriptor Class > GetChildProperties Method : GetChildProperties(Object,Attribute[]) Method
Syntax
'Declaration
 
Public Overloads Overridable Function GetChildProperties( _
   ByVal instance As System.Object, _
   ByVal filter() As System.Attribute _
) As System.ComponentModel.PropertyDescriptorCollection
'Usage
 
Dim instance As PSWrapperPropertyDescriptor
Dim instance As System.Object
Dim filter() As System.Attribute
Dim value As System.ComponentModel.PropertyDescriptorCollection
 
value = instance.GetChildProperties(instance, filter)
public virtual System.ComponentModel.PropertyDescriptorCollection GetChildProperties( 
   System.object instance,
   System.Attribute[] filter
)

Parameters

instance
filter
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PSWrapperPropertyDescriptor Class
PSWrapperPropertyDescriptor Members
Overload List